﻿body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
a{
	color: #333;
}
a:hover{
	color: #666;
	text-decoration: none;
}
@media (min-width: 1200px) {
  .container {
    width: 1250px;
  }
}
.mt40{
	margin-top: 40px;
}
.top{
	height: 35px;
	line-height: 35px;
	background-color: #eaeaea;
}
.top a{
	margin: 0 5px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: none;
}
.navbar-default {
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #990000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #990000;
}
.navbar-brand {
  float: left;
  height: 140px;
  padding: 30px 15px;
}
.navbar-brand > img {
  display: block;
}
.navbar-collapse{
	background-color: #000000;
}
.navbar-tel{
	background: url(../images/phone.png) no-repeat left center;
	padding-left: 60px;
	margin-top: 50px;
}
.navbar-tel b{
	font-size: 26px;
	line-height: 26px;
	color: #990000;
}
.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FF0000;
  border: none;
  border-radius: 50%;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #000000;
}
.hot{
	padding: 25px 0;
}
.hot span{
	font-weight: bold;
}
.hot a{
	margin: 0 8px;
}
.product{
	padding: 60px 0 0 0;
	/* background-color: #eee; */
}
.product-box{
	background-color: #990000;
	color: #fff;
	padding: 5px;
}
.product-title{
	padding: 20px 0;
}
.product-title span{
	font-size: 16px;
	color: #fff;
}
.product-title h3{
	margin: 0 0 5px;
	color: #fff;
	font-size: 26px;
}
.product-list,
.contact{
	background-color: #fff;
	padding: 10px;
}
.product-list li{
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}
.product-list li a{
	display: block;
	height: 40px;
	padding: 0 30px;
	background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
	color: #333;
}
.product-list li a:hover{
	background: #990000 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}
.product-list dl{
  margin-bottom: 0;
}
.product-list dt,
.product-list dd{
  height: 38px;
	line-height: 38px;
	margin-top: 10px;
	font-size: 16px;
}
.product-list dt a{
  display: block;
	height: 40px;
	padding: 0 20px;
	background: #000000 url(../images/icon_dl.jpg) no-repeat 94% center;
	color: #fff;
}
.product-list dd a{
  display: block;
	height: 40px;
	padding: 0 20px;
	background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
	color: #333;
}
.product-list dd a:hover{
  display: block;
	height: 40px;
	padding: 0 20px;
	background: #990000 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}
.contact{
	line-height: 26px;
	color: #333;
}
.contact p{
	margin: 0;
}
.hot-title{
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/icon_hot.jpg) no-repeat left center;
	padding-left: 50px;
	border-bottom: 1px solid #fff;
}
.hot-title h3{
	margin: 0;
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #0053a9;
}
.hot-title a{
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #000000;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	margin-top: 15px;
}
.hot-product{
	margin-bottom: 20px;
}
.hot-product img{
	width: 100%;
	height: 196px;
}
.hot-product span,
.product-item span{
	    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
	font-size:14px;
}
.product-item{
  margin-top: 20px;
}
.product-item img{
	width: 100%;
	height: 200px;
}
.adv,
.info{
	padding: 60px 0;
}
.info{
  background-color: #fff;
}
.adv{
  height: 1760px;
  background: url(../images/adv_bg.jpg) no-repeat top center;
  overflow: hidden;
}
.adv-title{
  padding-bottom: 0;
}
.adv-title h3{
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 20px;
}
.adv-title p{
  font-size: 28px;
  color: #666;
}
.adv-con h4{
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.adv-con h4 i{
  font-style: normal;
  color: #990000;
}
.adv-con span{
  margin-bottom: 20px;
  color: #666;
}
.adv01,
.adv03{
  padding-left: 150px;
}
.adv02,
.adv04{
  padding-left: 160px;
  margin-top: 20px;
}
.adv-con p{
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 0;
}
.adv-con .row{
	margin-top: 40px;
}
.about{
  background: url(../images/about_bg.jpg) no-repeat top center;
  height: 685px;
  padding: 60px 0;
}
.about .clearfix{
  padding: 20px 0;
  height: 430px;
  overflow: hidden;
  margin-top: 20px;
}
.about-img{
  width: 530px;
  height: 370px;
}
.about-img img{
  width: 530px;
  height: 370px;
}
.about-con{
  width: 590px;
  height: 370px;
	line-height: 26px;
  color: #333;
}
.about-con h4{
  margin: 60px 0 30px;
  font-size: 20px;
  font-weight: bold;
}
.about-con p{
  text-indent: 2em;
  line-height: 30px;
}
.case{
  padding: 60px 0;
  background-color: #f4f4f4;
}
.title:after{
  display: block;
  content: '';
  width: 180px;
  height: 2px;
  margin: 20px auto;
  background-color: #000000;
}

.title h3{
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 20px;
}
.title span{
  font-size: 24px;
  color: #666;
}
.case-item{
  margin-top: 30px;
}
.case-item a{
  padding: 15px;
  background-color: #f7f7f7;
  transition: all .5s;
}
.case-item a:hover{
  background-color: #FF0000;
  color: #fff;
}
.case-item a:hover .case-img img{
  transform: scale(1.5);
}
.case-item .case-img{
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.case-item .case-img img{
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.case-item span{
  line-height: 20px;
  margin-top: 20px;
}
.news-title{
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
  background-color: #eaeaea;
  padding-right: 20px;
}
.news-title h3{
	margin: 0;
  width: 160px;
  height: 40px;
	line-height: 40px;
	font-size: 24px;
	background-color: #000000;
	color: #fff;
  font-size: 20px;
}
.news-title a{
	background: url(../images/icon_more.png) no-repeat right center;
  padding-right: 15px;
}
.news-list li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	background: url(../images/icon05.gif) no-repeat left center;
	padding-left: 10px;
}
.contact{
  box-shadow: 0 0 10px #dddd;
  padding: 20px;
  margin-top: 40px;
}
.contact-con{
  width: 495px;
  height: 336px;
  background: url(../images/contact.jpg) no-repeat;
  color: #fff;
  padding: 80px;

}
.contact-con p{
  font-size: 16px;
  line-height: 40px;
  margin: 0;
}
.contact-map{
  width: 635px;
  height: 336px;
}
.contact-list{
  padding: 20px 10px;
  background-color: #fff;
  color: #333;
  font-size:16px;
  line-height:30px;
}
.footer{
	padding: 30px 0;
	background-color: #000000;
	color: #fff;
	line-height: 30px;
}
.footer a{
	color: #fff;
}
.footer p{
	margin: 0;
}
.flink{
	padding: 20px 0;
	background-color: #eaeaea;
	color: #666;
}
.flink a{
	margin: 0 5px;
	color: #666;
}
.position{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}
.position h3{
	margin: 0;
	line-height: 50px;
	font-size: 24px;
}
.content{
	margin-top: 20px;
	line-height: 30px;
}
.news-item{
	background-color: #f4f4f4;
	box-shadow: 0 2px 5px #d6d4d1;
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
}
.news-item b{
	font-size: 16px;
}
.news-item p{
	margin-top: 10px;
	line-height: 26px;
	color: #666;
}
.news-item .more{
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #F48C00;
	color: #fff;
	border-radius: 5px;
}
.content-title{
	font-size: 24px;
	margin: 30px 0;
}
.content-info{
	padding: 10px 0;
	background-color: #eee;
}
.content-info span{
	margin: 0 7px;
}
.product-info{
	margin-top: 20px;
}
.product-info h1{
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.product-info p{
	font-size: 15px;
	line-height: 30px;
}
.product-details{
	height: 45px;
	line-height: 45px;
	margin: 20px 0;
	background-color: #f2f2f2;
	font-size: 16px;
}
.product-details span{
	display: block;
	width: 130px;
	height: 45px;
	background-color: #195fbc;
	color: #fff;
	text-align: center;
}
.product-details span{
	display: block;
	width: 130px;
	height: 45px;
	background-color: #000;
	color: #fff;
	text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 5px;
  line-height: 1.42857143;
  color: #195fbc;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #195fbc;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #195fbc;
  border-color: #195fbc;
}
.pagination > .thisclass > a,
.pagination > .thisclass > span,
.pagination > .thisclass > a:hover,
.pagination > .thisclass > span:hover,
.pagination > .thisclass > a:focus,
.pagination > .thisclass > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #195fbc;
  border-color: #195fbc;
}

@media (min-width: 768px) {
	.navbar-header{
		width: 100%;
	}
  .navbar-nav > li > a {
	  padding: 15px 39px;
    font-size: 16px;
	}
}

@media (max-width: 767px) {
	.navbar-brand {
	  float: left;
	  height: 35px;
	  padding: 5px 15px;
	}
	.navbar-brand img{
		height: 35px;
	}
	.hot-product img{
		height: auto;
	}
}
.about_box{ background:url(../images/about_back.jpg) no-repeat top center #f4f4f4; clear:both; padding:20px 0;}
.about_title{font-size:36px; font-weight:bold; line-height:40px; color:#000000; text-align:center; margin-top:25px;}
.about_title_line{ line-height:30px; text-align:center; color:#666; font-size:24px; margin-top:15px;}
.about_txt{ margin:20px 0 0 0 ;background:#f1f1f1; overflow:hidden;}
.about_txt p{  padding:10px;}
#about_pic{ border:1px solid #000000; float:left; margin:0 20px 0 0;  width:401px; height:222px;}
.main{ width:1220px; margin:0 auto; overflow:hidden;}

/*优势*/
.edge,.show,.about{background:url() repeat center 0;font-family:"Microsoft Yahei";o}
.edge{font-size:18px;color: #333;verflow: hidden;position: relative;line-height:30px;height:1950px;z-index: 1;padding: 61px 0 0;background-color:#f4f4f4;}
.edge h2{font-size:40px;color: #000;line-height:54px;height:100px;background:url(../images/edgetbg.png) no-repeat center 45px;font-weight: normal;text-align: center;}
.edge_l{width: 100%;height:751px;top: 146px;left: 0;position: absolute;z-index: -1;background: #2d2522;}
.edge1{height: 432px;}
.edge2{height: 440px;}
.edge3{height: 438px;}
.edge4,.edge4 .edge_p1{height: 411px;}
.edge_w1{width:564px;padding: 73px 40px 0 0;}
.edge_ico{background:url(../images/edge_ico1.png) no-repeat 0 0;width: 98px;height: 99px;margin:0 7px 0 0;text-align: center;color: #fff;font-size:10px;line-height: 12px;text-transform: uppercase;}
.edge_ico span{display: block;font-family: Impact; font-size:40px;line-height:44px;padding: 18px 0 0;}
.edge_wp{width:419px;}
.edge_wp h3{height: 103px;font-size: 28px;line-height: 38px;color: #000;border-bottom: solid 2px #979797;margin-bottom: 18px;}
.edge_wp h3 span{display: block;font-size: 36px;line-height: 46px;color: #FF0000;}
.edge_wp ul{display: block;padding:0 0 14px;}
.edge_wp li{display: block;padding-left: 21px;background:url(../images/ico03.png) no-repeat 0 11px;}
.edge_wp li em{font-style: normal;color: #0065d4;}
.edge_more{display: block;width: 120px;line-height: 40px;text-align: center;}
.edge_more a{display: block;color: #fff;border-radius: 20px;background: #000;}
.edge_more a:hover{background: #FF0000;}
.edge_p1{width:636px;position: relative;}
.edge_p1 img{position: absolute;top: 0;right: -18px;}
.edge2 .edge_p1 img{top:-45px;left: -8px;}
.edge3 .edge_p1 img{top:-22px;right:0;}
.edge4 .edge_p1 img{bottom:0;left: -20px;top: -68px;}
.fl {
  float: left; 
}
.fr {
  float: right; 
}
.contents{
            width: 1200px;
            margin: 0 auto;
            font-family: "Microsoft Yahei";
        }
.til01{text-align: center;color: #070707;font-size:40px;line-height:60px;font-family: "Microsoft Yahei";font-weight: normal;clear: both;display: block;height:57px;white-space: nowrap;background:url(../images/tilbg1.png) no-repeat center bottom;margin-bottom: 39px;}
.til01 span,.edge h2 span{display: block;font-family: Arial;font-size: 16px;text-transform: uppercase;color: #999;line-height: 31px;}
.edge h2 p{display: block;font-size:20px;line-height: 32px;letter-spacing: 19px;}
.til01 a{color: #070707;}


/*关于*/
.about{line-height:30px;padding:72px 0 0;height: 587px;margin-bottom: 80px; }
.about_c{background: #fff;}
.about_l,.about_l img{width:600px;height:420px;display: block;overflow: hidden;}
.about_r{width:555px; padding:63px 0 0 76px;}
.about_r h3{height:74px;overflow: hidden;line-height: 74px;font-size: 20px;}
.about_r p{height:242px;overflow: hidden;}
.more01{width: 120px;height: 40px;line-height: 40px;border-radius: 20px;background: #FF0000;text-align: center;color: #fff;display: block;font-size: 16px;}
.more01 a{display: block;color: #fff;}
.footers{
            width: 1200px;
            margin: 0 auto;
            font-family: "Microsoft Yahei";
        }
.f_bj{color:#ababab;clear:both;font-family:"Microsoft Yahei";height:355px;line-height:31px;border-top: solid 1px #e7e7e7;background:url(../images/footbg.gif) repeat-x center 0;font-size: 16px;}
		    .f_bj a{color:#ababab;}
		    .f_nav{height:54px;white-space: nowrap;line-height: 54px;color: #333;text-align: center;font-size: 16px;}
			.f_nav a{color: #333;padding: 0 31px;display: inline-block;}
			.f_nav a:nth-child(1){background:url(../images/f_ico1.gif) no-repeat 0 center;}
			.f_con{clear: both;height: 166px;padding: 55px 0 0;}
			.f_code,.f_text{background:url(../images/f_ge.gif) no-repeat 0 0;padding: 18px 0 0 85px;width:470px;height:167px;}
			.f_code{width: 253px;padding: 26px 0 0 57px;font-size: 12px;line-height: 38px;color: #beccd9;}
			.f_code p{width:95px;float: left;padding: 0 0 0 31px;text-align: center;line-height:21px;color: #949494;font-size: 12px;}
			.f_code p img{width:88px;height: 88px;background: #fff;padding:3px;display: block;}
			.f_text h3{display: block;font-size: 16px;line-height:36px;font-weight: normal;color: #fff;}
			.f_text p span{width:278px;display: inline-block;background:url(../images/f_ico4.gif) no-repeat 0 6px;padding-left: 25px;}
			.f_text p span.f_conl1{background:url(../images/f_ico1.gif) no-repeat 0 6px;}
			.f_text p span.f_conl2{background:url(../images/f_ico2.gif) no-repeat 0 6px;width:178px;}
			.f_text p span.f_conl3{background:url(../images/f_ico3.gif) no-repeat 0 6px;width:102px;}
		    .f_logo{padding:43px 0 0;width: 320px;}
		    .f_logo img{width:246px;height:66px;display: block;}
			.pr{position: relative;}
			
#slideShow{ height:600px; width:100%; background:#f2f2f2; overflow:hidden;  }
/*轮播图*/


.DB_tab25 {width:100%;height:600px;position:relative;overflow:hidden}

.DB_tab25 .DB_bgSet{position:relative;}
.DB_tab25 .DB_bgSet li{position:absolute;width:100%;height:700px;display:none}

.DB_tab25 .DB_imgSet{position:absolute;width:1430px;left:50%;margin-left:-715px;}

.DB_tab25 .DB_imgSet .DB_1_1{position:absolute;left:0px;top:80px;}
.DB_tab25 .DB_imgSet .DB_1_2{position:absolute;left:0px;top:120px}
.DB_tab25 .DB_imgSet .DB_1_3{position:absolute;left:640px;top:170px}

.DB_tab25 .DB_imgSet .DB_2_1{position:absolute;left:0px;top:290px;}
.DB_tab25 .DB_imgSet .DB_2_2{position:absolute;left:624px;top:498px}
.DB_tab25 .DB_imgSet .DB_2_3{position:absolute;left:750px;top:95px}

.DB_tab25 .DB_imgSet .DB_3_1{position:absolute;left:155px;top:102px;}
.DB_tab25 .DB_imgSet .DB_3_2{position:absolute;left:665px;top:105px}
.DB_tab25 .DB_imgSet .DB_3_3{position:absolute;left:72px;top:234px}

.DB_tab25 .DB_imgSet .DB_4_1{position:absolute;left:82px;top:140px;}
.DB_tab25 .DB_imgSet .DB_4_2{position:absolute;left:110px;top:272px}
.DB_tab25 .DB_imgSet .DB_4_3{position:absolute;left:0px;top:150px}
.DB_tab25 .DB_imgSet .DB_4_4{position:absolute;left:0px;top:180px}
.DB_tab25 .DB_imgSet .DB_4_5{position:absolute;left:650px;top:0px}

.DB_tab25 .DB_menuWrap{position:absolute;width:1200px;left:50%;margin-left:-600px; }
.DB_tab25 .DB_menuWrap .DB_menuSet{position:absolute;width:100%;top:750px;text-align:center;}
.DB_tab25 .DB_menuWrap .DB_menuSet li{cursor:pointer;margin:0 3px;display:inline}


.DB_tab25 .DB_prev{position:absolute;left:-200px;top:273px;cursor:pointer;display:none}
.DB_tab25 .DB_next{position:absolute;right:-200px;top:273px;cursor:pointer;display:none}